A. XML
B. HTML
C. WML
D. All of the above
Advertisement
Related Mcqs:
- When an .aspx page is requested from the web server, the out put will be rendered to browser in following format ?
- A. HTML B. WML C. JSP D. XML...
- While creating a Web site with the help of Visual Studio 2005 on a remote computer that does not have Front Page Server Extensions installed, which Web site type will you create in Visual Studio 2005 ?
- A. HTTP B. FTP C. File D. All of the above...
- In your ASP.NET web application you want to display a list of clients on a Web page. The client list displays 10 clients at a time, and you require the ability to edit the clients. Which Web control- ?
- A. The GridView control B. The DetailsView control C. The FormView control D. The Table control...
- The Asp.net server control, which provides an alternative way of displaying text on web page, is_________________?
- A. B. C. D. None of these...
- The first event triggers in an aspx page is__________________?
- A. Page_Load() B. Page_Init() C. Page_click() D. Page_doubleclick()...
- The number of forms that can be added to a aspx page is______________?
- A. 1 B. 2 C. 3 D. More than 3...
- We have defined one page_load event in aspx page and same page_load event in code behind who will run first ?
- A. page_laod event in aspx page B. page_load event in code-behind C. both will run simultaneously D. None of these...
- The first event to be triggered in an aspx page is?
- A. Page_Init() B. Page_Load() C. Page_click() D. None of these...
- The first event to be triggered in an aspx page is__________________?
- A. Page_Init() B. Page_Load() C. Page_click() D. None of the above...
- In order to prevent a browser from caching a page which of these xstatements should be written ?
- A. Response.Cache.SetNoServerCaching(); B. Response.Cache.SetNoCaching(); C. Response.Cache.SetNoStore(); D. None of these...
Advertisement